home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 367
- Top = 249
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Format Demo � 1998 by Barulin Andrey Alexeevich'
- ClientHeight = 349
- ClientWidth = 330
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 192
- Top = 8
- Width = 95
- Height = 13
- Caption = '����� �������'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 192
- Top = 32
- Width = 97
- Height = 13
- Caption = '����� ��������'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 64
- Top = 176
- Width = 95
- Height = 13
- Caption = '����� �������'
- end
- object Label4: TLabel
- Left = 64
- Top = 200
- Width = 92
- Height = 13
- Caption = '����� �������'
- end
- object Label5: TLabel
- Left = 64
- Top = 224
- Width = 92
- Height = 13
- Caption = '����� �������'
- end
- object Label6: TLabel
- Left = 64
- Top = 248
- Width = 98
- Height = 13
- Caption = '������ �������'
- end
- object Label7: TLabel
- Left = 144
- Top = 280
- Width = 147
- Height = 13
- Caption = '- �� ������� �� �������'
- end
- object Label8: TLabel
- Left = 8
- Top = 280
- Width = 69
- Height = 13
- Caption = '���������'
- end
- object Label9: TLabel
- Left = 8
- Top = 320
- Width = 24
- Height = 13
- Caption = 'ST0'
- end
- object Label10: TLabel
- Left = 88
- Top = 320
- Width = 24
- Height = 13
- Caption = 'ST1'
- end
- object Label11: TLabel
- Left = 168
- Top = 320
- Width = 24
- Height = 13
- Caption = 'ST2'
- end
- object Label12: TLabel
- Left = 248
- Top = 320
- Width = 24
- Height = 13
- Caption = 'ST3'
- end
- object Label14: TLabel
- Left = 56
- Top = 296
- Width = 126
- Height = 13
- Caption = '������-�����������'
- end
- object Label13: TLabel
- Left = 192
- Top = 128
- Width = 81
- Height = 13
- Caption = '������ GPL3'
- end
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 0
- Width = 121
- Height = 57
- Caption = '����� ���������'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemIndex = 0
- Items.Strings = (
- '�������� A'
- '�������� B')
- ParentFont = False
- TabOrder = 0
- end
- object SpinEdit1: TSpinEdit
- Left = 136
- Top = 8
- Width = 49
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 82
- MinValue = 0
- ParentFont = False
- TabOrder = 1
- Value = 0
- OnChange = SpinEdit1Change
- end
- object SpinEdit2: TSpinEdit
- Left = 136
- Top = 32
- Width = 49
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 2
- MaxValue = 22
- MinValue = 1
- ParentFont = False
- TabOrder = 2
- Value = 18
- OnChange = SpinEdit2Change
- end
- object Button1: TButton
- Left = 8
- Top = 152
- Width = 121
- Height = 17
- Caption = '�������������'
- TabOrder = 3
- OnClick = Button1Click
- end
- object HexEdit1: THexEdit
- Left = 8
- Top = 176
- Width = 49
- Height = 21
- NumBase = ebDec
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Validate = False
- Value = 0
- end
- object HexEdit2: THexEdit
- Left = 8
- Top = 200
- Width = 49
- Height = 21
- NumBase = ebDec
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 5
- Validate = False
- Value = 0
- end
- object HexEdit3: THexEdit
- Left = 8
- Top = 224
- Width = 49
- Height = 21
- NumBase = ebDec
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 6
- Validate = False
- Value = 1
- end
- object HexEdit4: THexEdit
- Left = 8
- Top = 248
- Width = 49
- Height = 21
- NumBase = ebDec
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 7
- Validate = False
- Value = 2
- end
- object SpinEdit3: TSpinEdit
- Left = 88
- Top = 272
- Width = 49
- Height = 22
- MaxLength = 2
- MaxValue = 22
- MinValue = 1
- TabOrder = 8
- Value = 1
- OnChange = SpinEdit3Change
- end
- object RadioGroup2: TRadioGroup
- Left = 136
- Top = 64
- Width = 185
- Height = 33
- Caption = '����� �������'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- '���� 0'
- '��� 1')
- TabOrder = 9
- OnClick = RadioGroup2Click
- end
- object Button2: TButton
- Left = 192
- Top = 296
- Width = 129
- Height = 17
- Caption = '�����'
- TabOrder = 10
- OnClick = Button2Click
- end
- object HexEdit5: THexEdit
- Left = 40
- Top = 320
- Width = 41
- Height = 21
- NumBase = ebHex
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 11
- Validate = False
- Value = 0
- end
- object HexEdit6: THexEdit
- Left = 120
- Top = 320
- Width = 41
- Height = 21
- NumBase = ebHex
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 12
- Validate = False
- Value = 0
- end
- object HexEdit7: THexEdit
- Left = 200
- Top = 320
- Width = 41
- Height = 21
- NumBase = ebHex
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 13
- Validate = False
- Value = 0
- end
- object HexEdit8: THexEdit
- Left = 280
- Top = 320
- Width = 41
- Height = 21
- NumBase = ebHex
- MaxLength = 2
- MaxValue = 0
- MinValue = 0
- TabOrder = 14
- Validate = False
- Value = 0
- end
- object RadioGroup3: TRadioGroup
- Left = 192
- Top = 176
- Width = 129
- Height = 49
- Caption = '��������� ������'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'HD'
- 'DD'
- 'SD')
- TabOrder = 15
- end
- object RadioGroup4: TRadioGroup
- Left = 192
- Top = 224
- Width = 129
- Height = 33
- Caption = '���������'
- Columns = 2
- ItemIndex = 1
- Items.Strings = (
- 'F2F'
- 'MFM')
- TabOrder = 16
- end
- object HexEdit9: THexEdit
- Left = 8
- Top = 296
- Width = 41
- Height = 21
- NumBase = ebHex
- MaxLength = 2
- MaxValue = 246
- MinValue = 32
- TabOrder = 17
- Validate = False
- Value = 63
- end
- object RadioGroup5: TRadioGroup
- Left = 8
- Top = 64
- Width = 121
- Height = 81
- Caption = '������ �������'
- Columns = 2
- ItemIndex = 2
- Items.Strings = (
- '128'
- '256'
- '512'
- '1024'
- '2048'
- '4096'
- '8192')
- TabOrder = 18
- OnClick = RadioGroup5Click
- end
- object Button3: TButton
- Left = 136
- Top = 152
- Width = 185
- Height = 17
- Caption = '��������������� �������'
- TabOrder = 19
- OnClick = Button3Click
- end
- object Panel1: TPanel
- Left = 136
- Top = 104
- Width = 185
- Height = 17
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 20
- end
- object SpinEdit4: TSpinEdit
- Left = 136
- Top = 128
- Width = 49
- Height = 22
- MaxLength = 2
- MaxValue = 120
- MinValue = 40
- TabOrder = 21
- Value = 80
- end
- object Button4: TButton
- Left = 192
- Top = 264
- Width = 129
- Height = 17
- Caption = '����� �����������'
- TabOrder = 22
- OnClick = Button4Click
- end
- end
-